
init.waitForSingleJsFile('component.libsJs_corePrototype1x6.js', function(){
init.waitForSingleJsFile('component.libsJs_swfObject1x5.js', function(){component['toolsFlash_swfInserter[1.1]'] =  Class.create(
{
  initialize: function(arrInstVars, arrParams)
  {
    this.THREAD_ID = arrInstVars.THREAD_ID;
    this.EXEC_UID  = arrInstVars.EXEC_UID;
    this.arrParams = arrParams;
    
    this.strHolderId = arrParams.strHolderId ? arrParams.strHolderId : '_'+this.EXEC_UID;
    this.strSwfId = this.strSwfId ? this.strSwfId : '_'+this.EXEC_UID+'-swf' 

    var so = new SWFObject(arrParams.strSrc, 
        this.strSwfId, 
        arrParams.strWidth, 
        arrParams.strHeight,
        arrParams.strPlayerVerison,
        arrParams.strBackgroundColor
        );
    so.write(this.strHolderId);    
  }
});
arrJsLoaded['component.toolsFlash_swfInserter[1.1].js']=true;init.jsLoaded("component.toolsFlash_swfInserter[1.1].js");}, true);}, true);